feat(ui): list certificates issued by ca#840
Conversation
Signed-off-by: Vladislav Schur <u.shchur@sap.com>
📝 WalkthroughWalkthroughThis PR introduces a complete PCA certificates list feature: a certificate table row component, container component with tRPC data fetching and state management, integration into the PCA details view, backend service routing change from clavis to pca, optional certificate schema fields, and English and German translation strings. ChangesPCA Certificates List Feature
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/aurora-portal/src/locales/de/messages.po`:
- Around line 541-543: Several certificate-related msgid entries (e.g., "Create
Certificate") in the German PO file have empty msgstr values causing
untranslated UI; open the locales file and provide proper German translations
for each empty msgid (notably "Create Certificate" and the other ranges
mentioned), replacing the empty msgstr with the correct German text while
preserving PO syntax and encoding, and ensure you update msgstr for every
occurrence in the file so the new certificate UI displays translated strings.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 3e9741c6-7579-45b9-ad1c-5c7507344cdd
📒 Files selected for processing (14)
apps/aurora-portal/src/client/routes/_auth/projects/$projectId/services/pca/$pcaId/-components/-table/PcaCertificatesTableRow.test.tsxapps/aurora-portal/src/client/routes/_auth/projects/$projectId/services/pca/$pcaId/-components/-table/PcaCertificatesTableRow.tsxapps/aurora-portal/src/client/routes/_auth/projects/$projectId/services/pca/$pcaId/-components/PcaCertificatesListContainer.test.tsxapps/aurora-portal/src/client/routes/_auth/projects/$projectId/services/pca/$pcaId/-components/PcaCertificatesListContainer.tsxapps/aurora-portal/src/client/routes/_auth/projects/$projectId/services/pca/$pcaId/-components/PcaDetailsView.test.tsxapps/aurora-portal/src/client/routes/_auth/projects/$projectId/services/pca/$pcaId/-components/PcaDetailsView.tsxapps/aurora-portal/src/locales/de/messages.poapps/aurora-portal/src/locales/de/messages.tsapps/aurora-portal/src/locales/en/messages.poapps/aurora-portal/src/locales/en/messages.tsapps/aurora-portal/src/server/Services/routers/pcaRouter.test.tsapps/aurora-portal/src/server/Services/routers/pcaRouter.tsapps/aurora-portal/src/server/Services/types/pca.test.tsapps/aurora-portal/src/server/Services/types/pca.ts
Signed-off-by: Vladislav Schur <u.shchur@sap.com>

Summary
Implement certificate-table at pca/$pcaId route, where table is rendered with all required information
Changes Made
Related Issues
Testing Instructions
pnpm ipnpm run testChecklist
Summary by CodeRabbit
New Features
Bug Fixes
Localization